|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.ueberdosis.util.OutputCtr
cheap output controlling. Decreases the debug output in production environment.
Method Summary | |
static void |
print(int lvl,
java.lang.Object o)
|
static void |
println(int lvl,
java.lang.Object o)
|
static void |
setLevel(int lvl)
Sets the debug level |
static void |
setStream(java.io.PrintStream s)
Changes the output from System.out |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void println(int lvl, java.lang.Object o)
public static void print(int lvl, java.lang.Object o)
public static void setLevel(int lvl)
public static void setStream(java.io.PrintStream s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |